GtkTreeView: Update prelight row after revalidating rows
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 21 Jan 2016 14:22:42 +0000 (15:22 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 22 Jan 2016 20:18:24 +0000 (21:18 +0100)
commitf32a54fb705ba787786f108fc93fad2027727eb9
treedb437e072847107bd7c0e2a3f092f47a5d93ba7a
parenta5f9dc12849b1b2efcc5c452fef5e3d99c70a172
GtkTreeView: Update prelight row after revalidating rows

It might have changed (eg. after a row being expanded, and the child
rows revalidated), so just update it here based on the last pointer
position.

Based on a patch by Maxim Reznik <reznikmm@gmail.com>

https://bugzilla.gnome.org/show_bug.cgi?id=760891
gtk/gtktreeview.c